home *** CD-ROM | disk | FTP | other *** search
/ The Word 12 / The Word 12 (Disk 2 of 2).adf / Bonus / StUC106.lha / StUC / Install next >
Encoding:
Text File  |  1996-01-11  |  695 b   |  24 lines

  1. Echo "*ecStUC HD Installer*n"
  2. Ask "Do you want to continue ?"
  3. If warn
  4.   Echo "*nPlease wait..."
  5.   MakeDir >NIL: SYS:Startup
  6.   Copy >NIL: SYS:WBStartup/#? SYS:Startup
  7.   Delete >NIL: SYS:WBStartup/#? FORCE
  8.   Protect >NIL: SYS:Startup/#? rwed
  9.   Copy >NIL: StUC SYS:WBStartup
  10.   Copy >NIL: StUC.info SYS:WBStartup
  11.   IF exists libs:gadtools.library
  12.     Echo "Version of gadtools.library installed: " noline
  13.     Version LIBS:gadtools.library
  14.   EndIf
  15.   Echo "Version of gadtools.library in archive: 39.356"
  16.   Ask "Install `gadtools.library' ? "
  17.   If warn
  18.     Copy >NIL: Libs/GadTools.library LIBS:
  19.   EndIf
  20.   Echo "Done*n*nYou may now reset to try it out!"
  21. Else
  22.   Echo "StUC HD installer aborted."
  23. EndIf
  24.